Keycloak REST Services 1.2.0.Final

Path: / admin / realms / {realm} / clients-by-id / {app-name} / scope-mappings / clients-by-id / {id} / available

The available client-level roles that can be associated with the client's scope

Path parameters:
realm - realm name (not id!)
app-name -
id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients-by-id/{app-name}/scope-mappings/clients-by-id/{id}/availableThe available client-level roles that can be associated with the client's scope

Method Detail

GET /admin/realms/{realm}/clients-by-id/{app-name}/scope-mappings/clients-by-id/{id}/available

The available client-level roles that can be associated with the client's scope

HTTP Example:
GET /admin/realms/{realm}/clients-by-id/{app-name}/scope-mappings/clients-by-id/{id}/available
API Example:

ScopeMappedClientResource.getAvailableClientScopeMappings({'realm': /* name realm name (not id!) */,
  'app-name': /* name */,
  'id': …});

Output:
List<RoleRepresentation> -
Produces:
application/json

Keycloak REST Services 1.2.0.Final